summaryrefslogtreecommitdiffstats
path: root/qemu/tests/tcg/alpha/hello-alpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/tcg/alpha/hello-alpha.c')
-rw-r--r--qemu/tests/tcg/alpha/hello-alpha.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/qemu/tests/tcg/alpha/hello-alpha.c b/qemu/tests/tcg/alpha/hello-alpha.c
new file mode 100644
index 000000000..79892e652
--- /dev/null
+++ b/qemu/tests/tcg/alpha/hello-alpha.c
@@ -0,0 +1,5 @@
+int main (void)
+{
+ write (1, "hello\n", 6);
+ return 0;
+}