blob: 74164b76904cd4c88cf20f0c163edcf63026efab [file] [log] [blame]
/* Test old-style function definitions not in C2x: allowed in C11. */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic-errors" } */
void
f (x)
int x;
{
}