blob: 72322f06308bc56e837281e153d5a9b3d4f588ea [file] [log] [blame]
// PR c++/54038
extern const char *const v[];
typedef char T;
void foo (const T *const[]);
struct A
{
static const char *const a[];
};