(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
analyzer/
pr93288.C
// { dg-do compile }

struct a {
  a();
};
class foo {
  a b;
} c;