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