short_rect
struct short_rect *rect_location(void);
struct short_rect me = (struct short_rect){ 1, 2, 3, 4 };
*rect_location() = (struct short_rect){ 1, 2, 3, 4 };