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