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
/
SourceGroups
/
sub1
/
foo.c
blob: 39912a7481a809a6b248c2c9410f715774d2c145 (
plain
)
1
2
3
4
int
foo
(
void
)
{
return
17
;
}