URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [930527-1.c] - Rev 688
Compare with Previous | Blame | View Log
f (unsigned char x) { return (0x50 | (x >> 4)) ^ 0xff; } main () { if (f (0) != 0xaf) abort (); exit (0); }