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." } */
}