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