Compiler projects using llvm
struct Base {
  ~Base();
};

struct Foo : public Base {
  ~Base();
};