Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / tcg / alpha / hello-alpha.c
diff --git a/qemu/tests/tcg/alpha/hello-alpha.c b/qemu/tests/tcg/alpha/hello-alpha.c
new file mode 100644 (file)
index 0000000..79892e6
--- /dev/null
@@ -0,0 +1,5 @@
+int main (void)
+{
+  write (1, "hello\n", 6);
+  return 0;
+}