foo.cpp 64 Bytes Raw Blame History Permalink 1 2 3 4 5 6 struct A { int a = 47; virtual ~A(); }; A::~A() = default;