URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [961122-2.c] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
int f (int a) { return ((a >= 0 && a <= 10) && ! (a >= 0)); } main () { if (f (0)) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log