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