llvm/clang/test/PCH/Inputs/pr27445.h

struct Info {
  virtual ~Info();
  void hash() {}
};