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