xref: /llvm-project/llvm/test/Assembler/uwtable-1.ll (revision 6398903ac8c141820a84f3063b7956abe1742500)
1; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3declare void @f0() uwtable
4declare void @f1() uwtable(sync)
5declare void @f2() uwtable(async)
6declare void @f3() uwtable(unsync)
7; CHECK: :[[#@LINE-1]]:28: error: expected unwind table kind
8