Sign in
swiftshader
/
SwiftShader
/
4e8044d9c2090e965f96f3a6f24503cb91be54a4
/
.
/
third_party
/
LLVM
/
test
/
Verifier
/
2008-01-11-VarargAttrs.ll
blob: b6ce6251cfc6c9b3c75f3cf3858ae2c9c51ab0c8 [
file
] [
log
] [
blame
]
; RUN: not llvm-as < %s >& /dev/null
%struct
=
type
{
}
declare
void
@foo
(
...
)
define
void
@bar
()
{
call
void
(
...
)*
@foo
(
%struct
*
sret
null
)
ret
void
}