index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
CompileFeatures
/
cxx_digit_separators.cpp
blob: abcd1c8fa60c7d9043432937a4f6337847acb2bc (
plain
)
1
2
3
4
5
6
int
someFunc
()
{
int
one_thousand
=
1
'000;
return one_thousand - 1000;
}