FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / rfg3.C
blobfc254511cfe7853969aced972e21f55976718b48
1 // Bug: g++ remembers the members of OUTER and complains about the second
2 // definition.
3 // Build don't link:
5 void
6 test ()
8     {
9         struct OUTER { struct INNER { int mbr; } member; };
10     }
12     {
13         struct OUTER { struct INNER { int mbr; } member; };
14     }