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