Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / c23-fordecl-2.c
blobcd6c6ea9c69d6d79e4f70e172031febabe9bc535
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-3.c"