aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/noncompile/undeclared-2.c
blob: 36cd0eaf175abce63ca9f37d955c11f32793edb3 (plain)
1
2
3
/* Invalid, but should not ICE.  PRs 11944, 14734.  */

void foo(const int[i]);  /* { dg-error "undeclared|for each" } */