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