summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr68024.c
blob: a750917702f00277456ad3913df3b0bf8d96ba2e (plain)
1
2
3
4
5
/* PR c/68024 */
/* { dg-do compile } */

void f (int, ...);
void f (a) int a; {} /* { dg-warning "defined as variadic function without prototype" } */