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