Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / crash16.C
blobdc8f7a608d221e33a2a261dac1f24f40c9f21024
1 // PR c++/16971
3 namespace N {
4   int i; // { dg-error "" }
5   // By checking for an explicit keyword on the next line we avoid
6   // matching an ICE message.
7   int i; // { dg-error "redefinition" }