Sign in
qemu-android
/
qemu-android
/
cf26a4e6f82c5fa2efd8e7dc43d2496b14b0e595
/
.
/
tests
/
cris
/
check_hello.c
blob: fb403ba99612a004c10e4b06d4124acbebcb1e55 [
file
]
#include
<stdio.h>
#include
<stdlib.h>
int
main
()
{
printf
(
"pass\n"
);
exit
(
0
);
}