OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / namespace3.C
1 /* PR c+/3816 */
2 /* { dg-do compile } */
3 namespace A {}
4  
5 namespace OtherNamespace {
6  
7   typedef struct {
8      int member;
9    } A; // used to conflict with A namespace
10  
11 } // end of namespace
12