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