xref: /llvm-project/clang-tools-extra/test/clang-move/Inputs/var_test.cpp (revision 4a92050ce220b2ab75585c961f4fa9b6b82829f2)
1 #include "var_test.h"
2 
3 namespace a{
4 int kGlobalInt = 1;
5 const char *const kGlobalStr = "Hello";
6 }
7