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