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