aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c11-old-style-definition-1.c
blob: 74164b76904cd4c88cf20f0c163edcf63026efab (plain)
1
2
3
4
5
6
7
8
9
/* 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;
{
}