Commit c3337417 authored by Lisandro Dalcin's avatar Lisandro Dalcin

fix declaration in testcase

parent 2070b18a
......@@ -49,5 +49,5 @@ extern DL_EXPORT(int) a(int[][3], int[][3][5]);
#endif
int ia[1];
int iaa[][3];
int iaa[1][3];
int a(int a[][3], int b[][3][5]) {return 0;}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment