Home | History | Annotate | Download | only in Inputs
      1 %struct.A = type { %struct.B* }
      2 %struct.B = type opaque
      3 
      4 define i32 @foo(%struct.A** %A) {
      5   ret i32 0
      6 }
      7