Clang Project

clang_source_code/test/Modules/Inputs/internal-constants/const.h
1namespace N {
2  const int k = 5;
3}
4