historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/tests/tcg/alpha/hello-alpha.c
2024-01-16 11:20:27 -06:00

7 lines
80 B
C

#include <unistd.h>
int main (void)
{
write (1, "hello\n", 6);
return 0;
}