1 #include "var_test.h" 2 3 namespace a{ 4 int kGlobalInt = 1; 5 const char *const kGlobalStr = "Hello"; 6 } 7