Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fbbae5e1d70976ef29c63eb523d4e339784792dd
/
.
/
Tests
/
RunCMake
/
CpsExportImportBuild
/
app.c
blob: 036919d7f7739c1968eb96daeed7583563083d1e [
file
]
#include
<libb.h>
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"%i\n"
,
ask
());
return
0
;
}