URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-elfvers/] [vers3.c] - Rev 84
Go to most recent revision | Compare with Previous | Blame | View Log
/* * Main program for test1, test2. */ #include <stdio.h> extern int show_foo (); int main() { printf("%d\n", show_foo()); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log