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