1 $foo = comdat any 2 define linkonce void @foo() comdat { 3 ret void 4 } 5 6 define void @bar() { 7 call void @foo() 8 ret void 9 } 10