Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
Languages
/
empty.cpp
blob: 8d91e77d31a40351f025e6b3abf408c7d65eb7da [
file
] [
log
] [
blame
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
empty
(
void
)
{
return
0
;
}