data/method/gdb/gdb-13.2/sim/testsuite/cris/c/hello.c

8 lines
88 B
C
Raw Normal View History

2024-01-29 10:44:43 +08:00
#include <stdio.h>
#include <stdlib.h>
int main ()
{
printf ("pass\n");
exit (0);
}