blob: d64f04b78859a7451797f73102ee9c56564d6906 [file] [log] [blame]
int main(int argc, char** argv) {
int nx = 2;
void theerror(double a[][nx+1]); // { dg-message "" }
double** a;
theerror(a);
return 0;
}