blob: 0642cc188665b08416f95ae123684c7fe1bda360 [file] [log] [blame]
struct one {
int field1;
char field2;
struct {
float x;
float y;
} field3;
};
struct one var;
struct one var;