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
/
bar.c
blob: 6c7605a98f7320293c66c5a6d0139cbcb2e1bd50 (
plain
)
1
2
3
4
int
bar
(
void
)
{
return
5
;
}