blob: 829bc0edd30a677ab6de01a361ecf6c7b8e5ddc0 [file] [log] [blame]
Reid Kleckner0333dd92019-05-14 18:51:07 +00001class A {
2public:
3 struct { int foo; } f;
4 struct { int foo; } g;
5};