OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / crash16.C
1 // PR c++/16971
2
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" }
8 }