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
/
testLibCycleB2.c
blob: 18cd4f64bd3a2067abf0943559219ada2094a53c (
plain
)
1
2
3
4
5
extern
int
testLibCycleA3
(
void
);
int
testLibCycleB2
(
void
)
{
return
testLibCycleA3
();
}