(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
array7.C
// PR c++/54038

extern const char *const v[];
typedef char T;
void foo (const T *const[]);
struct A
{
  static const char *const a[];
};