#include "../Tests.h" class DLL_API Base { public: Base(int i); Base(); private: int b; };