bolt/deps/llvm-18.1.8/llvm/test/Linker/2008-07-06-AliasFnDecl2.ll
2025-02-14 19:21:04 +01:00

13 lines
184 B
LLVM

; This file is used by 2008-07-06-AliasFnDecl2.ll
; RUN: true
define void @c() nounwind {
entry:
call void @b( ) nounwind
br label %return
return:
ret void
}
declare void @b()