xref
: /
openbmc
/
qemu
/
tests
/
tcg
/
alpha
/
hello-alpha.c
(revision e481a1f63c93344974f799a5e38df980ef5f7f9c)
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