//
struct foo {
    struct {
        unsigned int x;
        unsigned int y;
    } bar;
};