Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
nested3.C
blob: 6e43ad3509748a3d22fe8f0a5449dd581b7c18ac [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Origin: Chip Salzenberg <chip@perlsupport.com>
class
Foo
{
public
:
class
Bar
;
};
class
Foo
::
Bar
{
public
:
Bar
()
{}
};