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