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