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