The following compiles and runs without errors for me:
```
#define D 50
void fn(int (*p)[D]) {}
int main(int argc, char** argv) {
int arrx[D];
fn(&arrx);
return 0;
}
```
-
-
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
This Tweet is unavailable.
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.