Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / cpp / Wvariadic-2.c
blobf72e311f645c4df9204558861d3b4d17085b88a7
1 /* { dg-do compile } */
2 /* { dg-options "-std=iso9899:1990 -pedantic -Werror -Wno-variadic-macros" } */
4 #define f(x,...) /* { dg-bogus "variadic" } */
5 #define g(x,y...) /* { dg-bogus "variadic" } */
6 int not_empty;