summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c11-fordecl-3.c
blob: 28ef6294c209e2f78f9b7cf8096f414d56a64d18 (plain)
1
2
3
4
5
6
/* Test restrictions on the kind of declarations permitted in for loops removed
   in C2X, and thus with -std=c11 -pedantic -Wno-c11-c2x-compat.  */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic -Wno-c11-c2x-compat" } */

#include "c99-fordecl-2.c"