URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-elf/] [comm1.c] - Rev 438
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