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