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
/
SetLang
/
zoom.zzz
blob: a0c8899b6b74074619e1f84d963f5baf43308c14 (
plain
)
1
2
3
4
5
6
7
int zoom() { int r = 10; r++; int ret = r + 10; return ret; }