Home | History | Annotate | Download | only in Inputs
      1 %t = type { i8* }
      2 declare %t @f()
      3 
      4 define %t @g() {
      5  %x = call %t @f()
      6  ret %t %x
      7 }
      8