osdep: protect qemu/osdep.h with extern "C"
[qemu/ar7.git] / tests / tcg / alpha / hello-alpha.c
blob84e43b2fc4a254c82154c6b1168159e3c86578a3
1 #include <unistd.h>
3 int main (void)
5 write (1, "hello\n", 6);
6 return 0;