#include "var_test.h"

namespace a{
int kGlobalInt = 1;
const char *const kGlobalStr = "Hello";
}