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
/
OutOfBinary
/
outexe.c
blob: 4170d979e08850ca34fb109b30a71c913f6bbfea (
plain
)
1
2
3
4
5
extern
int
subdir
(
void
);
int
main
(
void
)
{
return
subdir
();
}