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