1; RUN: llc < %s -mtriple=aarch64-pc-windows-msvc | FileCheck %s
2
3define dso_local void @"?f@@YAXXZ"() nounwind sspstrong uwtable {
4; CHECK-LABEL: f@@YAXXZ
5; CHECK-NOT: .seh_proc
6; CHECK-NOT: .seh_handlerdata
7; CHECK-NOT: .seh_endproc
8entry:
9  call void @llvm.trap()
10  ret void
11}
12
13declare void @llvm.trap() noreturn nounwind
14