xref
: /
openbmc
/
qemu
/
tests
/
tcg
/
cris
/
libc
/
check_hello.c
(revision b91a0fa7)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
#
include
<
stdlib.h
>
3
int
main
()
4
{
5
printf
(
"pass\n"
);
6
exit
(0);
7
}
8