2 // GROUPS passed overloading
3 extern "C" int printf (const char *, ...);
18 Casted ( int _x , double _y ): y(_y)
24 operator NoName() const { return x; }
25 operator double() const { return y; }
38 if (x.first == 10 && x.second == 20 && y == 12.34)
41 { printf ("FAIL\n"); return 1; }