[WinEH] Disallow cyclic unwinds
[oota-llvm.git] / test / Verifier / token5.ll
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3 define void @f(token %A) {
4 entry:
5   ret void
6 }
7 ; CHECK: Function takes token but isn't an intrinsic