Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d1be722330a0899f12bd777274e2bc1238b10ce4
/
.
/
Tests
/
SharedLibraryArchive
/
sla.c
blob: 5bc452fcc5afc0c943038707891217b8b82a8e99 [
file
] [
log
] [
blame
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
sla
(
void
)
{
return
0
;
}