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: cfbf0e1e843c55f57d62f43169a23556509d251c (
plain
)
1
2
3
4
5
extern
int
testLibCycleB1
(
void
);
int
testLibCycleA1
(
void
)
{
return
testLibCycleB1
();
}