aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/parse/parameter-declaration-2.C
blob: 3c983cc748c4cc0d7409085834e67f734b414159 (plain)
1
2
void f (int i, int p[i]); // { dg-error "use of parameter.*outside function body" }
// { dg-prune-output "array bound" }