[WinEH] Disallow cyclic unwinds
[oota-llvm.git] / test / Verifier / module-flags-2.ll
1 ; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
2
3 !llvm.module.flags = !{!0}
4 !0 = !{null, null, null}
5
6 ; CHECK: invalid behavior operand in module flag (expected constant integer)