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
/
RunCMake
/
UnityBuild
/
f.cxx
blob: d5813c67ca6d1c541068077ab2afccd03a8b5421 (
plain
)
1
2
3
4
5
int
f
(
int
x
)
{
(
void
)
x
;
return
0
;
}