summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs/type-unique-dst-types2.ll
blob: 7770ea3cca07241f38fee9a92a3394dc3891dfbc (plain)
1
2
3
4
5
6
7
%A.11 = type { %B }
%B = type { i8 }
@g1 = external global %A.11

define %A.11* @use_g1() {
  ret %A.11* @g1
}
OpenPOWER on IntegriCloud