Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c36c19d7118bab0cf76c42e0ff105ffdd964c823
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
empty.c
blob: 8d91e77d31a40351f025e6b3abf408c7d65eb7da [
file
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
empty
(
void
)
{
return
0
;
}