URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-elfvers/] [vers19.c] - Rev 58
Compare with Previous | Blame | View Log
#include <stdio.h> extern int show_foo (); int main () { printf ("%d\n", show_foo ()); return 0; }