1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 14:33:02 +02:00
llvm-mirror/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
}