1 define linkonce_odr hidden void @foo() { 2 ret void 3 } 4 5 define void @bar() { 6 call void @foo() 7 ret void 8 } 9