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

source code of clang-tools-extra/test/clang-move/Inputs/var_test.cpp