1 /* Invalid use of __builtin_stdarg_start should not cause an ICE. Bug
3 /* { dg-do compile } */
4 /* { dg-options "" } */
7 write_format (char *format
, ...)
10 __builtin_stdarg_start (p
); /* { dg-error "error: too few arguments to function 'va_start'" } */