12345678
class foo { int x; int y; public: foo(void) :y(0),x(0) {} };
foo(void) : y(0), x(y) {} // x is garbage