blob: 9023abc4a9adf7cf4f95f88d7ce3470d57011cb1 [file] [log] [blame]
#include "var_test.h"
namespace a{
int kGlobalInt = 1;
const char *const kGlobalStr = "Hello";
}