URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-elfvers/] [vers7.c] - Rev 207
Go to most recent revision | Compare with Previous | Blame | View Log
/* * Test program that goes with test7.so */ extern int hide_a(); extern int show_b(); int main() { return hide_a(1) + show_b(1); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log