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