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
/
Framework
/
useExternal.c
blob: 8494b15068c631e14b2cb05e70f483610cd6f5df (
plain
)
1
2
3
4
5
6
extern
int
external
(
void
);
int
main
(
void
)
{
return
external
();
}