URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [pr22061-2.c] - Rev 849
Go to most recent revision | Compare with Previous | Blame | View Log
int *x; static void bar (char a[2][(*x)++]) {} int main (void) { exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log