Files
Android11/external/llvm/test/Linker/Inputs/funcimport2.ll
2023-10-13 14:01:41 +00:00

9 lines
114 B
LLVM

define linkonce_odr hidden void @foo() {
ret void
}
define void @bar() {
call void @foo()
ret void
}