]> git.proxmox.com Git - mirror_qemu.git/blame - tests/tcg/s390x/hello-s390x.c
Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_vivier...
[mirror_qemu.git] / tests / tcg / s390x / hello-s390x.c
CommitLineData
276ba120
PZ
1#include <unistd.h>
2
3int main(void)
4{
5 write(1, "hello\n", 6);
6 return 0;
7}