Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d2fd6b84c79f000ac423853e90ad8fb8a3d21cf5
/
.
/
llvm
/
test
/
Verifier
/
2008-01-11-VarargAttrs.ll
blob: e8e9c41c6dfb76ab3b48c415a671707363472b84 [
file
] [
log
] [
blame
]
; RUN: not llvm-as < %s -o /dev/null
%struct
=
type
{
}
declare
void
@foo
(
...
)
define
void
@bar
()
{
call
void
(
...
)*
@foo
(
%struct
*
sret
null
)
ret
void
}