2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / nested3.C
blob6e43ad3509748a3d22fe8f0a5449dd581b7c18ac
1 // { dg-do assemble  }
2 // Origin: Chip Salzenberg <chip@perlsupport.com>
4 class Foo {
5   public:
6     class Bar;
7 };
9 class Foo::Bar {
10   public:
11     Bar() {}