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