#include "AnotherUnit.h" void functionInAnotherUnit() { } namespace HasFreeConstant { extern const int DLL_API FREE_CONSTANT_IN_NAMESPACE = 5; }