URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [b1.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
foo (long long x) { if (x--) return 255; return 0; } main () { printf ("%d\n", foo (0)); }
Go to most recent revision | Compare with Previous | Blame | View Log