URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [parse/] [varmod1.C] - Rev 149
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-error "" }
double** a;
theerror(a); // { dg-error "" }
return 0;
}
Go to most recent revision | Compare with Previous | Blame | View Log