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