historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/tests/tcg/cris/libc/check_hello.c

8 lines
88 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
#include <stdio.h>
#include <stdlib.h>
int main ()
{
printf ("pass\n");
exit (0);
}