Sign in
cobalt
/
cobalt
/
cde3442a440acd4a8f18a44377f1db36e384db7e
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
Verifier
/
2007-12-21-InvokeParamAttrs.ll
blob: c62bc0f4e190f00b41494521c67688211c3969cf [
file
] [
log
] [
blame
]
; RUN: not llvm-as < %s > /dev/null 2>&1
declare
void
@foo
(
i8
*)
define
void
@bar
()
{
invoke
void
@foo
(
i8
*
signext
null
)
to
label
%r
unwind
label
%r
r
:
ret
void
}