(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr68024.c
       1  /* PR c/68024 */
       2  /* { dg-do compile } */
       3  
       4  void f (int, ...);
       5  void f (a) int a; {} /* { dg-warning "defined as variadic function without prototype" } */