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