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