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