Check in test for previous changes
From-SVN: r26580
This commit is contained in:
parent
baa288f308
commit
1fd449ef25
12
gcc/testsuite/g++.old-deja/g++.other/nested3.C
Normal file
12
gcc/testsuite/g++.old-deja/g++.other/nested3.C
Normal 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() {}
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user