PCH>struct a PCH>{ PCH>public: PCH> int i; PCH> char j; PCH> static int so() {return sizeof(((a*)0)->i);} PCH>}; PCH>