URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20070724-1.c] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
void abort (void); static unsigned char magic[] = "\235"; static unsigned char value = '\235'; int main() { if (value != magic[0]) abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log