c++: robustify testcase [PR109752]
[official-gcc.git] / gcc / testsuite / g++.dg / parse / crash16.C
blobc7da3eb702574ec4808a97458f839ac7c40cde40
1 // PR c++/16971
3 namespace N {
4   int i; // { dg-message "" }
5   // By checking for an explicit keyword on the next line we avoid
6   // matching an ICE message.
7   int i; // { dg-error "redefinition" }