aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/Inputs/comdat9.ll
blob: 679dbde98c3c4c928865b2d709103d6cbc8c604f (plain)
1
2
3
4
5
$c = comdat any
@a = alias void ()* @f
define internal void @f() comdat $c {
  ret void
}