struct S
{
int m0;
char m1;
unsigned m2;
S();
int
get_m0() const;
char
get_m1() const;
unsigned
get_m2() const;
};