struct one {
    int field1;
    char field2;
    struct {
        float x;
        float y;
    } field3;
};

    struct one var;
    struct one var;
