blob: 9327787826470dc9b6178a0135bdd4c53cd4ba5e [file] [log] [blame]
struct X {
int x;
struct {
int y;
} nestedTypeField;
struct {
int z;
} otherNestedTypeField;
};