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