xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/hello.c (revision 924795e69c8bb3f17afd8fcbb799710cc1719dc4)
1 #include <stdio.h>
2 #include <stdlib.h>
3 int main ()
4 {
5   printf ("pass\n");
6   exit (0);
7 }
8