URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-elfvers/] [vers16.c] - Rev 84
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