Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
ExportImport
/
Export
/
testLib3ImpDep.c
blob: 4fc97836bf9295da6c57f8c4054858e3dc19ef0d [
file
]
#if defined(_WIN32) || defined(__CYGWIN__)
# define testLib3ImpDep_EXPORT __declspec(dllexport)
#else
# define testLib3ImpDep_EXPORT
#endif
testLib3ImpDep_EXPORT
int
testLib3ImpDep
(
void
)
{
return
0
;
}