1// PR c++/60353
2
3struct A {
4  A(int);
5};
6typedef struct {
7  A format;
8} B;
9