Compiler projects using llvm
%t = type { i8* }
declare %t @g()

define %t @g2() {
 %x = call %t @g()
 ret %t %x
}