Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0dc1e0a20c157c1b5df7ab3973fc4dba90cf6531
/
.
/
Tests
/
WarnUnusedCliUnused
/
empty.cpp
blob: 8d91e77d31a40351f025e6b3abf408c7d65eb7da [
file
] [
log
] [
blame
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
empty
(
void
)
{
return
0
;
}