aboutsummaryrefslogtreecommitdiff
path: root/tests/cris/check_hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cris/check_hello.c')
-rw-r--r--tests/cris/check_hello.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/cris/check_hello.c b/tests/cris/check_hello.c
new file mode 100644
index 000000000..fb403ba99
--- /dev/null
+++ b/tests/cris/check_hello.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+#include <stdlib.h>
+int main ()
+{
+ printf ("pass\n");
+ exit (0);
+}