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