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

void
f ()
{
}