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