blob: 1c866b55aad34d277a0ed330c162ecb4d5ca7b10 [file] [log] [blame]
Richard Smith65ebb4a2015-03-26 04:09:53 +00001struct A {};
2class B {
3 struct Inner1 {};
4 struct Inner2;
5};
6struct B::Inner2 : Inner1 {};