2014-01-15 10:53:42 +01:00

10 lines
101 B
C

struct S {
void m(int x);
S();
S(const S&);
operator const char*();
operator char*();
};