xref: /llvm-project/llvm/test/Assembler/uwtable-2.ll (revision 6398903ac8c141820a84f3063b7956abe1742500)
1; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3declare void @f() uwtable(sync x
4; CHECK: :[[#@LINE-1]]:32: error: expected ')'
5