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