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: 36cb7b0e9268a53e50de7d8696d0bed9b5feab66 (
plain
)
1
2
extern
int
testLibCycleA2
(
void
);
int
testLibCycleB1
(
void
) {
return
testLibCycleA2
(); }