1%struct.A = type { %struct.B* } 2%struct.B = type opaque 3 4define i32 @bar(%struct.A* %A) { 5 ret i32 0 6} 7