Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
01cb5222760c26a8ffe00c2345ffa2c9767f223c
/
.
/
Tests
/
RunCMake
/
CpsExportImportInstall
/
liba.c
blob: a2e2267f8ae407e2444e0d41e7b9974edd6b03e6 [
file
] [
log
] [
blame
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
answer
(
void
)
{
return
42
;
}