llvm/clang/test/Import/destructor/Inputs/F.cpp

struct B {
  virtual ~B() {}
};