qdev: Fix device_add DRIVER,help to print to monitor
[qemu/ar7.git] / tests / tcg / s390x / hello-s390x.c
blob3dc0a05f2b2e405f500f96c8ae34ed2c1f35ef6b
1 #include <unistd.h>
3 int main(void)
5 write(1, "hello\n", 6);
6 return 0;