URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [parse/] [varmod1.C] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
int main(int argc, char** argv) {
int nx = 2;
void theerror(double a[][nx+1]); // { dg-message "" }
double** a;
theerror(a);
return 0;
}
Go to most recent revision | Compare with Previous | Blame | View Log