URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-elfvers/] [vers16.c] - Rev 332
Go to most recent revision | Compare with Previous | Blame | View Log
int show_bar () { return 0; } extern int show_foo (); int main () { return show_foo (); }
Go to most recent revision | Compare with Previous | Blame | View Log