Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dd8bf9527165e75f0ec122ee0f6af84fdea6752c
/
.
/
Tests
/
RunCMake
/
CpsExportImport
/
app.c
blob: 9ad782984b37d2ea1fdfb5308527fd2218da6cf8 [
file
]
#include
<stdio.h>
extern
#ifdef
_WIN32
__declspec
(
dllimport
)
#endif
int
ask
(
void
);
int
main
(
void
)
{
printf
(
"%i\n"
,
ask
());
return
0
;
}