2018-01-24 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / Wvariadic-3.c
blob0317c3c6dff6b7163f7791b2bd2963312cb8ee26
1 /* { dg-do compile } */
2 /* { dg-options "-std=iso9899:1999 -pedantic -Werror" } */
4 #define f(x,...)
5 #define g(x,y...) /* { dg-error "variadic" } */
6 int not_empty;
7 /* { dg-message "warnings being treated as errors" "" { target *-*-* } 0 } */