Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
ExportImport
/
Export
/
testLib6c.c
blob: 493ca070eef2f31ecce007a3c6981c3ba28da90d [
file
]
extern
int
testLib6cxx
(
void
);
int
testLib6
(
void
)
{
return
testLib6cxx
();
}