aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c2x-old-style-definition-1.c
blob: c775366d70133a2480dc4b1a7e89cb379799a8eb (plain)
1
2
3
4
5
6
7
8
9
/* Test old-style function definitions not in C2x: warnings.  */
/* { dg-do compile } */
/* { dg-options "-std=c2x" } */

void
f (x) /* { dg-warning "old-style function definition" } */
     int x;
{
}