1 /* Test restrictions on the kind of declarations permitted in for loops removed
2 in C23, and thus with -std=c11 -pedantic -Wno-c11-c23-compat. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c11 -pedantic -Wno-c11-c23-compat" } */
6 #include "c99-fordecl-2.c"