summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-move/Inputs/var_test.cpp
blob: 9023abc4a9adf7cf4f95f88d7ce3470d57011cb1 (plain)
1
2
3
4
5
6
#include "var_test.h"

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