llvm-for-llvmta/test/Linker/Inputs/funcimport2.ll

9 lines
114 B
LLVM
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
define linkonce_odr hidden void @foo() {
ret void
}
define void @bar() {
call void @foo()
ret void
}