llvm-for-llvmta/tools/clang/test/Modules/Inputs/internal-constants/const.h

4 lines
35 B
C++

namespace N {
const int k = 5;
}