blob: eae68a88c31211b6da32044c8762fdfb18a5340d [file] [log] [blame]
/* Test old-style function definitions not in C23: errors. */
/* { dg-do compile } */
/* { dg-options "-std=c23 -pedantic-errors" } */
void
f (x) /* { dg-error "old-style function definition" } */
int x;
{
}