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