1 2 3 4 5 6 7 8 9 10 11 12 13
struct Rect { int iA; int iB; int iC; int iD; }; void f (int * const this, struct Rect arect) { g (*this, arect); }