Merging r259228:
[oota-llvm.git] / test / Linker / Inputs / comdat13.ll
1 $foo = comdat any
2 @foo = internal global i8 1, comdat
3 define i8* @zed() {
4   call void @bax()
5   ret i8* @foo
6 }
7 define internal void @bax() comdat($foo) {
8   ret void
9 }