blob: 0c37a067c9b6a2973c0e4cfe5924c258ff80044a [file] [log] [blame]
/* 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 ()
{
}