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/] [931018-1.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
unsigned int a[0x1000]; extern const unsigned long v; main () { f (v); f (v); exit (0); } f (a) unsigned long a; { if (a != 0xdeadbeefL) abort(); } const unsigned long v = 0xdeadbeefL;
Go to most recent revision | Compare with Previous | Blame | View Log