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
/
GhsMulti
/
GhsMultiCustomTarget
/
exe1.c
blob: 29ad70a3b53a7e39699bf0739455a56faf904594 (
plain
)
1
2
3
4
5
extern
int
func
(
void
);
int
main
(
void
)
{
return
func
();
}