1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/Linker/Inputs/funcimport2.ll

9 lines
114 B
LLVM
Raw Normal View History

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