Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2cf2d4f7df60196cbea6834c744a670db511c8d5
/
.
/
Tests
/
RunCMake
/
DependencyGraph
/
bottom.c
blob: c8ea481cdd06fd43b7e85a0815b0ed41f62efc4e [
file
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
bottom
(
void
)
{
return
23
;
}