1 2 3 4 5 6
/* { dg-do compile } */ /* { dg-options "-std=iso9899:1999 -pedantic -Werror" } */ #define f(x,...) #define g(x,y...) /* { dg-error "variadic" } */ int not_empty;