xref: /qemu/tests/tcg/alpha/hello-alpha.c (revision f4427280977902273f98280b2572d88b6ed53144)
1 int main (void)
2 {
3   write (1, "hello\n", 6);
4   return 0;
5 }
6