[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / Linker / Inputs / funcimport2.ll
blob4d0ec6c03f628b7ac98d1ea236e420ced5cffeeb
1 define linkonce_odr hidden void @foo() {
2     ret void
5 define void @bar() {
6     call void @foo()
7     ret void