]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/sim/cris/c/hello.c
daily update
[thirdparty/binutils-gdb.git] / sim / testsuite / sim / cris / c / hello.c
1 #include <stdio.h>
2 #include <stdlib.h>
3 int main ()
4 {
5 printf ("pass\n");
6 exit (0);
7 }