1 struct X { X(); virtual ~X(); };
~X()2 inline X::~X() {}
3 #include "a.h"
4