(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
c11-old-style-definition-1.c
       1  /* Test old-style function definitions not in C2x: allowed in C11.  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-std=c11 -pedantic-errors" } */
       4  
       5  void
       6  f (x)
       7       int x;
       8  {
       9  }