URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-elf/] [comm1.c] - Rev 847
Go to most recent revision | Compare with Previous | Blame | View Log
#include <stdio.h> #include <stdlib.h> int foo; void bar (void); int main () { if (foo != 0) abort (); foo = 200; bar (); if (foo == 200) printf ("PASS\n"); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log