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