2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / namespace3.C
blob4665d0e9e5e76baa0689e162353953b050890dbc
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
11 } // end of namespace