summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs/type-unique-dst-types3.ll
blob: 8a5ac2694791646656dffd26e97e173712b3c0f9 (plain)
1
2
3
4
5
6
%A.11 = type opaque
@g2 = external global %A.11

define %A.11* @use_g2() {
  ret %A.11* @g2
}
OpenPOWER on IntegriCloud