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: 93c9fb6e0b4e83a9f368b66c64c7292c1774a441 (
plain
)
1
2
3
4
5
extern
int
testLibCycleB2
(
void
);
int
testLibCycleA2
(
void
)
{
return
testLibCycleB2
();
}