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" } */
       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" } */