* gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
[official-gcc.git] / gcc / testsuite / gcc.c-torture / noncompile / va-arg-1.c
blob0285872860d5f4635ef678322f73efae1f21be36
1 #include <stdarg.h>
3 f (int x, ...)
5 va_list args;
6 va_start (args, bogus_variable);
7 va_end (args);