blob: d5d56fed0585e24af2316a30d3034ca9815f2b73 [file] [log] [blame]
struct S {
void m(int x);
S();
S(const S&);
operator const char*();
operator char*();
};