C++程序  |  4行  |  66 B

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