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