Home | History | Annotate | Download | only in Inputs
      1 struct Info {
      2   virtual ~Info();
      3   void hash() {}
      4 };
      5