Sign in
ara-mdk
/
platform
/
ndk
/
f616538a7f20e82157587efa026cedc3b9944542
/
.
/
tests
/
standalone
/
basic-c-compile
/
main.c
blob: 4749d473a0d30056fe98a5652a7dedaef5b51271 [
file
] [
log
] [
blame
]
/* Nothing fancy here, just checking that we can compile hello world */
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Hello World!\n"
);
return
0
;
}