struct S {
  void m(int x);

  operator const char*();
  operator char*();
};