URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [970217-1.c] - Rev 297
Compare with Previous | Blame | View Log
sub (int i, int array[i++]) { return i; } main() { int array[10]; exit (sub (10, array) != 11); }