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