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