Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dfba904178a84c2f2cbdfd9d4bb555fe8cdcda0b
/
.
/
Tests
/
RunCMake
/
Emscripten
/
lib.c
blob: 21f559cad1bc6aa17dc7cb0255393b674806da03 [
file
] [
log
] [
blame
]
#if !defined(STATIC_BASE)
# if defined(_WIN32)
__declspec
(
dllimport
)
# endif
#endif
void
base
(
void
);
#if defined(_WIN32)
__declspec
(
dllexport
)
#endif
void
lib
(
void
)
{
base
();
}