1define linkonce_odr void @g() { 2 ret void 3} 4 5define void @f() { 6 call void @g() 7 ret void 8} 9