blob: 2fd094254a6d69bb1ac2124d0715f9c8543ce8d8 [file] [log] [blame]
// PR c++/60353
struct A {
A(int);
};
typedef struct {
A format;
} B;