pr22807-2.ll 105 B

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