1%foo = type { [8 x i8] }2%bar = type { [9 x i8] }3 4@zed = alias void (%bar), ptr @xyz5 6define void @xyz(%foo %this) {7entry:8 ret void9}10