Sign in
qemu
/
qemu
/
efbb649da0d4b13a036211fbc79d514b7c2efd43
/
.
/
tests
/
tcg
/
alpha
/
hello-alpha.c
blob: 84e43b2fc4a254c82154c6b1168159e3c86578a3 [
file
]
#include
<unistd.h>
int
main
(
void
)
{
write
(
1
,
"hello\n"
,
6
);
return
0
;
}