Results 1 issues of yronglin

https://godbolt.org/z/vn5ss3njh ```C++ namespace DeclRefs { struct A{ int m; const int &f = m; }; struct B { A a = A{100}; }; constexpr B b = B{}; static_assert(b.a.f ==...

clang:frontend
crash