aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/other/anon6.C
blob: 2fd094254a6d69bb1ac2124d0715f9c8543ce8d8 (plain)
1
2
3
4
5
6
7
8
// PR c++/60353

struct A {
  A(int);
};
typedef struct {
  A format;
} B;