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