2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / Wold-style-definition-2.c
bloba69aae6fd276237501166027f69ab488dabb9604
1 /* PR c/12466
2 Test for not warning about ellipsises with -Wold-style-definition. */
4 /* Origin: Kelley Cook <kcook@gcc.gnu.org> */
5 /* { dg-do compile } */
6 /* { dg-options "-Wold-style-definition" } */
8 void bar1 ( ... ) {} /* { dg-error "ISO C requires a named argument" } */
10 void bar2 (int a, ... ) {}