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
/
SimpleCOnly
/
foo.c
blob: c61d2122601e24f810d6017571929a48a38e8bf8 (
plain
)
1
2
3
4
int
foo
()
{
return
12
;
}