Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / 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);