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
/
testLibCycleA2.c
blob: 29ad46d4e95c899475c9432d7da40e3b64b3a2dd (
plain
)
1
2
extern
int
testLibCycleB2
(
void
);
int
testLibCycleA2
(
void
) {
return
testLibCycleB2
(); }