historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/tests/tcg/s390x/hello-s390x.c

8 lines
82 B
C
Raw Normal View History

2024-01-16 17:20:27 +00:00
#include <unistd.h>
int main(void)
{
write(1, "hello\n", 6);
return 0;
}