summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/Wold-style-definition-2.c
blob: 8e297c96411af015224737dd8382ea2504fe6425 (plain)
1
2
3
4
5
6
7
8
9
10
/* PR c/12466
   Test for not warning about ellipsises with -Wold-style-definition. */

/* Origin: Kelley Cook <kcook@gcc.gnu.org> */
/* { dg-do compile } */
/* { dg-options "-Wold-style-definition" } */

void bar1 ( ... ) {}

void bar2 (int a, ... ) {}