Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3b1c19f00a0973d1d70e823cf54a9047d20cb80a
/
.
/
Tests
/
RunCMake
/
File_Generate
/
empty.c
blob: f097d0aaac8efbcb14798ded353c64e6140d3227 [
file
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
empty_c
()
{
return
0
;
}