llvm-6502/test/Linker/Inputs/type-unique-unrelated2.ll
2014-11-25 03:47:57 +00:00

8 lines
85 B
LLVM

%t = type { i8* }
declare %t @g()
define %t @g2() {
%x = call %t @g()
ret %t %x
}