llvm-6502/test/Linker/Inputs/PR8300.b.ll

10 lines
150 B
LLVM
Raw Normal View History

%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
}