Sign in
qemu
/
qemu
/
dbcbb8c00f7eba6207cfe7b91203025f8c6f092a
/
.
/
tests
/
tcg
/
s390x
/
hello-s390x.c
blob: 3dc0a05f2b2e405f500f96c8ae34ed2c1f35ef6b [
file
] [
log
] [
blame
]
#include
<unistd.h>
int
main
(
void
)
{
write
(
1
,
"hello\n"
,
6
);
return
0
;
}