blob: b1776b0b26a5163a52e902f0ed1940e6e86957a6 [file] [log] [blame]
class Y {
int M;
};
class X {
int N, M;
public:
operator Y();
};