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