1 /* Test that varargs are rejected, and that we don't complain about
2 macro args in skipped blocks. */
4 /* { dg-do preprocess } */
7 #define g(x, y...) /* { dg-error "macro parameter list" } */
10 #define f(a,b) /* { dg-bogus "passed 2 arguments" } */