URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [special/] [weak-2a.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
int foo(void) __attribute__((weak)); int foo(void) { return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log