blob: b0cf4ac5690846c505933ea1a176bf2c578a9990 [file] [log] [blame]
/* Test old-style function definitions not in C23: () does not warn
with -Wold-style-definition. */
/* { dg-do compile } */
/* { dg-options "-std=c23 -Wold-style-definition" } */
void
f ()
{
}