blob: e89b9538623e03b65f1f2af7451c3c8a3bbcd160 [file] [log] [blame]
/* Invalid use of __builtin_stdarg_start should not cause an ICE. Bug
17301. Case with no arguments. */
/* { dg-do compile } */
/* { dg-options "" } */
void foo (char *format, ...)
{
__builtin_stdarg_start (); /* { dg-error "error: too few arguments to function '__builtin_stdarg_start'" } */
}