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