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
/
TryCompile
/
Inner
/
innerexe.c
blob: e329c5f3ae91d47176a6b5cac5009b047a029829 (
plain
)
1
2
3
4
5
extern
int
innerlib
(
void
);
int
main
()
{
return
innerlib
();
}