URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [array-1.c] - Rev 689
Compare with Previous | Blame | View Log
/* Simplified from ncurses 5.0's pad.c by Alexandre Oliva <oliva@lsd.ic.unicamp.br> Copyright (C) 1999 Free Software Foundation */ /* { dg-do compile } */ extern char foo[1]; char foo[] = ""; int bar() { return foo[0]; }