blob: e3f2dd944dd0934cdf135ce5898d83a6ad490832 [file] [log] [blame]
%t = type { i8* }
declare %t @f()
define %t @g() {
%x = call %t @f()
ret %t %x
}