aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/other/array7.C
blob: 72322f06308bc56e837281e153d5a9b3d4f588ea (plain)
1
2
3
4
5
6
7
8
9
// PR c++/54038

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