Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / tcg / cris / check_hello.c
diff --git a/qemu/tests/tcg/cris/check_hello.c b/qemu/tests/tcg/cris/check_hello.c
new file mode 100644 (file)
index 0000000..fb403ba
--- /dev/null
@@ -0,0 +1,7 @@
+#include <stdio.h>
+#include <stdlib.h>
+int main ()
+{
+  printf ("pass\n");
+  exit (0);
+}