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