#include "../Tests.h" //#include void DLL_API functionInAnotherUnit(); template class TemplateInAnotherUnit { T field; }; class ForwardInOtherUnitButSameModule { }; namespace HasFreeConstant { extern const int DLL_API FREE_CONSTANT_IN_NAMESPACE; // extern const std::string DLL_API STD_STRING_CONSTANT; }