URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [ww.c] - Rev 714
Go to most recent revision | Compare with Previous | Blame | View Log
foo (p) short *p; { static int *foo; *p = 1234; *foo = 1234; }
Go to most recent revision | Compare with Previous | Blame | View Log