Files
linux-packaging-mono/external/llvm-project/clang-tools-extra/test/clang-move/Inputs/var_test.cpp

7 lines
98 B
C++
Raw Normal View History

#include "var_test.h"
namespace a{
int kGlobalInt = 1;
const char *const kGlobalStr = "Hello";
}