vnc: fix printf warnings showing up with VNC_DEBUG enabled. (Gerd Hoffmann)
[qemu/mini2440/sniper_sniper_test.git] / tests / alpha / hello-alpha.c
blob79892e6522f3df13bfa048e21431953e54f08500
1 int main (void)
3 write (1, "hello\n", 6);
4 return 0;