Add a passing test.
[oota-llvm.git] / test / tools / gold / X86 / Inputs / comdat2.ll
1 $foo = comdat any
2 @foo = global i8 1, comdat
3 define void @zed() {
4   call void @bar()
5   ret void
6 }
7 define void @bar() comdat($foo) {
8   ret void
9 }