class X {
   X(int) {}; // Konstruktor mit einer ganzen Zahl, die ignoriert wird
};
class Y {
   X x;
};
Y y;
