Home | History | Annotate | Download | only in Inputs
      1 struct S {
      2   void m(int x);
      3 
      4   operator const char*();
      5   operator char*();
      6 };
      7