Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / c11-fordecl-4.c
blob2a352d649638b861a043a8beca1554b9e25f100e
1 /* Test restrictions on the kind of declarations permitted in for loops removed
2 in C2X, and thus with -std=c11 -pedantic -Wno-c11-c2x-compat. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c11 -pedantic -Wno-c11-c2x-compat" } */
6 #include "c99-fordecl-3.c"