URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gdb/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [cris/] [c/] [hello.c] - Rev 26
Compare with Previous | Blame | View Log
#include <stdio.h> #include <stdlib.h> int main () { printf ("pass\n"); exit (0); }