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