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
/
ExportImport
/
Export
/
testLibCycleB1.c
blob: d1528576049ac0cf891bc7c5f395e7f742c67851 (
plain
)
1
2
3
4
5
extern
int
testLibCycleA2
(
void
);
int
testLibCycleB1
(
void
)
{
return
testLibCycleA2
();
}