Sign in
ara-mdk
/
platform
/
ndk
/
2e5feb90e9a0ea921c223b984d16bb682716e7dc
/
.
/
tests
/
standalone
/
basic-cxx-compile
/
main.cpp
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
;
}