OSDN Git Service

2012-04-03 Richard Guenther <rguenther@suse.de>
[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" } */