<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/134882>134882</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            constexpr decomposition declaration make clang crush
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            clang
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          hewillk
      </td>
    </tr>
</table>

<pre>
    ```cpp
struct foo { char a; int b; };
constexpr foo t{'a', 1};
constexpr auto [...m] = t;
```
https://godbolt.org/z/Ynqh9rnKr
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJxskM-OnSAYxZ_mY0PGwAeKLlhce-OmT9AlIlfpoFjA6Z-nb3QmvUkzCQmH5HDOyc_k7OfNOQ11D_WdmKMsMenF_fQhvJIxTr81NOz92H0HdsslHbbQR4wUVE_tYhI1IHrqt0LHU4C6g-iB3WzccnG_9nS5C6geUBlABfiF8k9s5iiRQt1XVbVCfacg7rS8m_6tAHZbStkziBvgADjMcRpjKFVMM-DwB3D4tv1YurR9TWTSYupEZ4jTXEnJBQrWkkULLjomHm6Spna1tE3jVMtaIY2UXWMl8RoZ1kyylivOZVPJkataTco-Ho0VXQeSudX4UIXwtp7dxOd8OM2FbFskwYwu5Asrog1mmwHxJJz0-eFlPOYMkgWfS35GFF-C008ek7Nx3WP2xcftfAWTzKVX8-rolUttOvJCjhT0f1x8WY6xsnEFHM6Kj-tlT_G7swVwuCZnwOFj9ZvGvwEAAP__74-iZw">