cor3ntin added a comment.
reduced to
struct a {
} constexpr b;
class c {
public:
c(a);
};
class d {
d() {}
c e = b;
}
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136554/new/
https://reviews.llvm.org/D136554