blob: 39ba32c28584117db26cd16872a6bfb4b3b4dffc [file] [log] [blame]
%t = type { ptr }
declare %t @g()
define %t @g2() {
%x = call %t @g()
ret %t %x
}