URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-elf/] [pr13250-1.c] - Rev 163
Compare with Previous | Blame | View Log
int common1[8]; void foo () { int i; for (i = 0; i < sizeof (common1)/ sizeof (common1[0]); i++) common1[i] = -1; }