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: a40ac0aace93763c1e0c386b7199f36dbec3fa6e (
plain
)
1
2
3
4
5
int
someFunc
()
{
int
one_thousand
=
1
'000; return one_thousand - 1000;
}