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

void
f (x)
     int x;
{
}