FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / nested3.C
blob783caadd285715d3bd15c26b9bc395ecc768b9ba
1 // Build don't link:
2 // Origin: Chip Salzenberg <chip@perlsupport.com>
4 class Foo {
5   public:
6     class Bar;
7 };
9 class Foo::Bar {
10   public:
11     Bar() {}