https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80864
--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> --- Another test from PR88028: struct S {}; struct A { S s[1]; }; template <typename> struct R { static constexpr auto h = A{S{}}; }; A foo = R<int>::h;