1 ; RUN: llc -mtriple=aarch64-windows %s -o -| FileCheck %s
2 ; RUN: llc -mtriple=aarch64-windows -fast-isel %s -o - | FileCheck %s
3 ; RUN: llc -mtriple=aarch64-windows -global-isel %s -o - | FileCheck %s
7 define void @test1() noreturn nounwind {
9 tail call void @llvm.debugtrap( )
13 declare void @llvm.debugtrap() nounwind