URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr47364-1.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
static unsigned char foo[256]; arc4_init(void) { int n; for (n = 0; n < 256; n++) foo[n] = n; }
Go to most recent revision | Compare with Previous | Blame | View Log