Issue 134882
Summary constexpr decomposition declaration make clang crush
Labels clang
Assignees
Reporter hewillk
    ```cpp
struct foo { char a; int b; };
constexpr foo t{'a', 1};
constexpr auto [...m] = t;
```
https://godbolt.org/z/Ynqh9rnKr
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to