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
/
relocatable
/
foo.c
blob: de1160c9031be64e3c37243e54091d942877d14b (
plain
)
1
2
3
4
5
int
foo
(
int
x
)
{
(
void
)
x
;
return
0
;
}