summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/Wvariadic-4.c
blob: 428365e0d5606da2a784648f3205954eb220733c (plain)
1
2
3
4
5
6
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic -Werror -Wno-variadic-macros" } */

#define f(x,...)
#define g(x,y...)
int not_empty;