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

8 lines
84 B
LLVM

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