libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / c23-fordecl-1.c
blob2dc670cc0281ff1384562a1f0a8e8bd1124fe51f
1 /* Test restrictions on the kind of declarations permitted in for loops removed
2 in C23. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c23 -pedantic-errors" } */
6 #include "c99-fordecl-2.c"