Check in test for previous changes

From-SVN: r26580
This commit is contained in:
Mark Mitchell 1999-04-22 00:34:21 +00:00
parent baa288f308
commit 1fd449ef25
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
// Build don't link:
// Origin: Chip Salzenberg <chip@perlsupport.com>
class Foo {
public:
class Bar;
};
class Foo::Bar {
public:
Bar() {}
};