2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / noncompile / va-arg-1.c
blobb8b7d3c31cfe426050f49c9c5b2ed879b2ae5d00
1 #include <stdarg.h>
3 f (int x, ...)
5 va_list args;
6 va_start (args, bogus_variable); /* { dg-error "undeclared|for each function|not last named" } */
7 va_end (args);