index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
tcg
/
s390x
/
hello-s390x.c
blob: 3dc0a05f2b2e405f500f96c8ae34ed2c1f35ef6b (
plain
) (
blame
)
1
2
3
4
5
6
7
#include <unistd.h>
int
main
(
void
)
{
write
(
1
,
"hello
\n
"
,
6
);
return
0
;
}