b.h 66 Bytes Raw Blame History Permalink 1 2 3 struct X { X(); virtual ~X(); }; inline X::~X() {} #include "a.h"