blob: 056af8389d3d475e58cf83fdb597459780602b1d [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic -Werror" } */
#define f(x,...)
#define g(x,y...) /* { dg-error "variadic" } */
int not_empty;