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
Rafael Espindola 1cc73a0cb5 Add a test for r258362.
Thanks to Mehdi for finding it.

llvm-svn: 259394
2016-02-01 19:56:12 +00:00

9 lines
114 B
LLVM

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