class Test2 { char pq; long double qr; }; class Test { double c; int a; char b; Test2 z; };
sizeof(Test2)=32 sizeof(Test)=4