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