aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/Wvariadic-1.c
blob: 88e27932ef1f9735ed1cb7917daea61d78db2382 (plain)
1
2
3
4
5
6
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1990 -pedantic -Werror" } */

#define f(x,...)	/* { dg-error "variadic" } */
#define g(x,y...)	/* { dg-error "variadic" } */
int not_empty;