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