diff options
Diffstat (limited to 'tests/alpha/hello-alpha.c')
-rw-r--r-- | tests/alpha/hello-alpha.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/alpha/hello-alpha.c b/tests/alpha/hello-alpha.c new file mode 100644 index 0000000000..79892e6522 --- /dev/null +++ b/tests/alpha/hello-alpha.c @@ -0,0 +1,5 @@ +int main (void) +{ + write (1, "hello\n", 6); + return 0; +} |