blob: 829bc0edd30a677ab6de01a361ecf6c7b8e5ddc0 [file] [log] [blame]
Sean Callanan488f8612016-07-14 19:53:44 +00001class A {
2public:
3 struct { int foo; } f;
4 struct { int foo; } g;
5};