aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/other/array6.C
blob: cd02401f4305099a6804e3965af40f22c0581bed (plain)
1
2
3
4
5
6
7
8
9
10
11
// PR c++/43036

typedef char T6[2][8];
const T6* p1;
typedef char T[8];
typedef T T2[2];
typedef T T3[2];
typedef char T5[2][8];
const T2* p2;
const T5* p3;
const T3* p4;