index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
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; }