URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20070724-1.c] - Rev 297
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