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