2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / trad / macro.c
blob164b4ecfee654a711a8f49b37f2bb0fd430e7b99
1 /* Test that varargs are rejected, and that we don't complain about
2 macro args in skipped blocks. */
4 /* { dg-do preprocess } */
6 #define f(x)
7 #define g(x, y...) /* { dg-error "macro parameter list" } */
9 #if 0
10 #define f(a,b) /* { dg-bogus "passed 2 arguments" } */
11 #endif