Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
ExportImport
/
Export
/
testLib2.c
blob: f5faffa5ea2f2a529bb297af3d2c0697efe671d3 [
file
]
#ifndef
FROM_compileOnly
# error "Usage requirements from `compileOnly` not found"
#endif
extern
int
testLib1
(
void
);
int
testLib2
(
void
)
{
return
testLib1
();
}