Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
455f2249bc7c1930153bcd4c0f8c3a17f8b20cd6
/
.
/
Tests
/
IncludeDirectories
/
empty.cpp
blob: 11ec041d1ee7ffa5e989f0e48b8c3850b4c83d54 [
file
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
empty
()
{
return
0
;
}