Tizen 2.1 base
[sdk/emulator/qemu.git] / tests / alpha / hello-alpha.c
1 int main (void)
2 {
3   write (1, "hello\n", 6);
4   return 0;
5 }