1struct Info {
2  virtual ~Info();
3  void hash() {}
4};
5