Sign in
qemu-android
/
qemu-android
/
ef0bd3bba674769c7d36bf400fc4fe7ea43244c5
/
.
/
tests
/
tcg
/
alpha
/
hello-alpha.c
blob: 79892e6522f3df13bfa048e21431953e54f08500 [
file
]
int
main
(
void
)
{
write
(
1
,
"hello\n"
,
6
);
return
0
;
}