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