Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr48767.c
blob: f504fe0030bf0bd213730d1aeebd6a837b010192 [
file
] [
log
] [
blame
]
/* PR target/48767 */
void
foo
(
__builtin_va_list ap
)
{
__builtin_va_arg
(
ap
,
void
);
/* { dg-error "second argument to .va_arg. is of incomplete type .void." } */
}