// main.cpp #include "header.h" namespace MY_UNITY_ID { int i = 42; } int test4() { return MY_UNITY_ID::i; }