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
/
ObjectLibrary
/
b.c
blob: 6751907b6fff9c59b000fc9cb6cf807be020acc3 (
plain
)
1
2
3
4
int
b
(
void
)
{
return
0
;
}