5b7f74cf0b246f8f242dd570e0d052121a326ce4
[oota-llvm.git] / test / Linker / Inputs / comdat11.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 }