blob: 0317c3c6dff6b7163f7791b2bd2963312cb8ee26 [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;
/* { dg-message "warnings being treated as errors" "" { target *-*-* } 0 } */