typedef struct x_ x; struct x_{ int y; int z; }; x b;