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