llvm-for-llvmta/test/Linker/2008-07-06-AliasFnDecl2.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

14 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()