xref: /llvm-project/llvm/test/Linker/Inputs/pr22807-2.ll (revision d279602ba9a68943e6f138653e6ef5680d2095e1)
1%struct.A = type { %struct.B }
2%struct.B = type opaque
3
4define i32 @bar(%struct.A %A) {
5   ret i32 0
6}
7