funcimport2.ll 114 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 define linkonce_odr hidden void @foo() { ret void } define void @bar() { call void @foo() ret void }