blob: 7739b77df25518663abe6bb284a4adb6521c34dc [file] [log] [blame]
Rafael Espindolaa5b9e1c2015-03-06 00:50:21 +00001%struct.A = type { %struct.B* }
2%struct.B = type opaque
3
4define i32 @bar(%struct.A* %A) {
5 ret i32 0
6}