repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
block/rbd: Remove unused local variable
[qemu.git]
/
tests
/
alpha
/
hello-alpha.c
blob
79892e6522f3df13bfa048e21431953e54f08500
1
int
main
(
void
)
2
{
3
write
(
1
,
"hello
\n
"
,
6
);
4
return
0
;
5
}