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