xref
: /
openbmc
/
qemu
/
tests
/
tcg
/
alpha
/
hello-alpha.c
(revision c09015dd04e14a9b99250ed06fb5a47e2efa387f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
main
(
void
)
2
{
3
write
(
1
,
"hello\n"
,
6
);
4
return
0;
5
}
6