]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/gcc.c-torture/noncompile/va-arg-1.c
Makefile.in (cppexp.o): Depend on cpphash.h.
[gcc.git] / gcc / testsuite / gcc.c-torture / noncompile / va-arg-1.c
CommitLineData
921e5a0e
JL
1#include <stdarg.h>
2
3f (int x, ...)
4{
5 va_list args;
6 va_start (args, bogus_variable);
7 va_end (args);
8}
This page took 0.432924 seconds and 5 git commands to generate.