[WinEH] Disallow cyclic unwinds
[oota-llvm.git] / test / Verifier / comdat-decl1.ll
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3 $v = comdat any
4 @v = available_externally global i32 0, comdat
5 ; CHECK: Declaration may not be in a Comdat!