aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/Inputs/PR8300.b.ll
blob: 362d309a1910297c68ef266561a3bec68d2d9fb1 (plain)
1
2
3
4
5
6
7
8
9
%foo = type { [8 x i8] }
%bar = type { [9 x i8] }

@zed = alias void (%foo*), void (%bar*)* @xyz

define void @xyz(%bar* %this) {
entry:
  ret void
}