aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c11-fordecl-4.c
blob: 2a352d649638b861a043a8beca1554b9e25f100e (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-3.c"