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