summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs/comdat13.ll
blob: a2d16bd261b5a613bc6bcab3d7a7fc06b5283a40 (plain)
1
2
3
4
5
6
7
8
9
$foo = comdat any
@foo = global i8 1, comdat
define void @zed() {
  call void @bar()
  ret void
}
define internal void @bar() comdat($foo) {
  ret void
}
OpenPOWER on IntegriCloud