2016-12-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / parameter-declaration-2.C
blob3c983cc748c4cc0d7409085834e67f734b414159
1 void f (int i, int p[i]); // { dg-error "use of parameter.*outside function body" }
2 // { dg-prune-output "array bound" }