Sign in
android
/
platform
/
external
/
cmake
/
refs/heads/cmake-master-dev
/
.
/
Tests
/
AliasTarget
/
empty.cpp
blob: 15f9ff59e4fb45d5a6d25d672da212c06fb262d1 [
file
] [
edit
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
main
(
void
)
{
return
0
;
}