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