repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h'
[qemu/ar7.git]
/
tests
/
tcg
/
s390x
/
hello-s390x.c
blob
3dc0a05f2b2e405f500f96c8ae34ed2c1f35ef6b
1
#include <unistd.h>
2
3
int
main
(
void
)
4
{
5
write
(
1
,
"hello
\n
"
,
6
);
6
return
0
;
7
}