blob: b0cf4ac5690846c505933ea1a176bf2c578a9990 (
plain)
1
2
3
4
5
6
7
8
9
|
/* 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 ()
{
}
|