Statistics
| Branch: | Revision:

root / tests / tcg / cris / check_hello.c @ c09015dd

History | View | Annotate | Download (88 Bytes)

1 dd43edf4 ths
#include <stdio.h>
2 dd43edf4 ths
#include <stdlib.h>
3 dd43edf4 ths
int main ()
4 dd43edf4 ths
{
5 dd43edf4 ths
  printf ("pass\n");
6 dd43edf4 ths
  exit (0);
7 dd43edf4 ths
}