Sign in
cobalt
/
cobalt
/
612c020b64669fa118e8e051f1d6d8298a26718b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
Linker
/
2008-07-06-AliasFnDecl2.ll
blob: 2380dffff61314ce0511c08a575dcb923eb311fb [
file
] [
log
] [
blame
]
; 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
()