7 lines
98 B
C++
Raw Normal View History

#include "var_test.h"
namespace a{
int kGlobalInt = 1;
const char *const kGlobalStr = "Hello";
}