URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [921017-1.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
f(n) { int a[n]; int g(i) { return a[i]; } a[1]=4711; return g(1); } main() { #ifndef NO_TRAMPOLINES if(f(2)!=4711)abort(); #endif exit(0); }
Go to most recent revision | Compare with Previous | Blame | View Log