URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [debug/] [redecl-4.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test for multiple declarations and composite types. */ /* Origin: Joseph Myers <jsm@polyomino.org.uk> */ /* { dg-do compile } */ /* { dg-options "" } */ static int y[]; void g (void) { extern int y[1]; }
Go to most recent revision | Compare with Previous | Blame | View Log