bolt/deps/llvm-18.1.8/llvm/test/Linker/Inputs/PR8300.b.ll

10 lines
138 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
%foo = type { [8 x i8] }
%bar = type { [9 x i8] }
@zed = alias void (%bar), ptr @xyz
define void @xyz(%foo %this) {
entry:
ret void
}