rt_gccstream/gcc/testsuite/gcc.dg/cpp/Wvariadic-4.c

7 lines
155 B
C

/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic -Werror -Wno-variadic-macros" } */
#define f(x,...)
#define g(x,y...)
int not_empty;