URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-elf/] [dl6.c] - Rev 88
Go to most recent revision | Compare with Previous | Blame | View Log
#include <stdio.h> int bar = 10; void foo (void) { if (bar == 10) printf ("bar is in DSO.\n"); else if (bar == -20) printf ("bar is in main.\n"); else printf ("FAIL\n"); }
Go to most recent revision | Compare with Previous | Blame | View Log