OSDN Git Service

* c-decl.c: Verify that C_SIZEOF_STRUCT_LANG_IDENTIFIER is correct.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / noncompile / undeclared-2.c
1 /* Invalid, but should not ICE.  PRs 11944, 14734.  */
2
3 void foo(const int[i]);  /* { dg-error "undeclared|for each" } */