qemu-e2k/tests/tcg/cris/check_hello.c

8 lines
88 B
C

#include <stdio.h>
#include <stdlib.h>
int main ()
{
printf ("pass\n");
exit (0);
}