1 static int a[2][3];
2 static const int (*p)[3] = a;
3 
4 /*
5  * check-name: array-quals0
6  */
7