Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / cpp / Wvariadic-1.c
blob88e27932ef1f9735ed1cb7917daea61d78db2382
1 /* { dg-do compile } */
2 /* { dg-options "-std=iso9899:1990 -pedantic -Werror" } */
4 #define f(x,...) /* { dg-error "variadic" } */
5 #define g(x,y...) /* { dg-error "variadic" } */
6 int not_empty;