* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git] / gcc / testsuite / gcc.dg / noncompile / va-arg-1.c
blobf36a492e53d479cbfe5e8f9c008d52797b8f1b92
1 #include <stdarg.h>
3 void
4 f (int x, ...)
6 va_list args;
7 va_start (args, bogus_variable); /* { dg-error "undeclared|for each function|not last named" } */
8 va_end (args);