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
, ... ) {}