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