(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
anon6.C
// PR c++/60353

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