C++ это...
$ cat 8.cpp
#include <ctime>
namespace tm { void woof(){} }
$ clang++ 8.cpp -o 8.o
8.cpp:2:11: error: redefinition of 'tm' as different kind of symbol
namespace tm { void woof(){} }
^
/usr/include/time.h:133:8: note: previous definition is here
struct tm
^
1 error generated.
...сишное говно в глобальном неймспейсе