var_test.cpp 98 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #include "var_test.h" namespace a{ int kGlobalInt = 1; const char *const kGlobalStr = "Hello"; }