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
/
testLibCycleA1.c
blob: 3db9e5356980ded7ad007ac590f23cfe2d1de6f0 (
plain
)
1
2
extern
int
testLibCycleB1
(
void
);
int
testLibCycleA1
(
void
) {
return
testLibCycleB1
(); }