Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
ExportImport
/
Export
/
testLibCycleB2.c
blob: 18cd4f64bd3a2067abf0943559219ada2094a53c [
file
]
extern
int
testLibCycleA3
(
void
);
int
testLibCycleB2
(
void
)
{
return
testLibCycleA3
();
}