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

    <tr>
        <th>Summary</th>
        <td>
            [clang] Assertion `!AllocType->isArrayType() && "array allocation with non-array new"' failed.
        </td>
    </tr>

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

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

    <tr>
      <th>Reporter</th>
      <td>
          k-arrows
      </td>
    </tr>
</table>

<pre>
    Reproducer:
https://godbolt.org/z/a4deTqq87
```cpp
auto p1 = new int[][1]();
```
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJxckVGupCwQhVdTvpA2WIDoAw92-ncBf-4GUGhlhhYv4O30rH5Ce5OZTEJSkOLA-U7plNyyWatAXEHcKn3kNUT186JjDM9UTcG81P92j8Ecs43ABqDDmvOeyhZHwHEJZgo-1yEugOMvwFFzYz8-PzsJdICWnmved6CDPnIge0OA3chmn8Rt-fwZxLUpBTvAHtj1b2llFDM963VlVSO55FL0VFarsnpmLb-LSbZ3NvdSTr1oaNewe89Yy2XlFFIUVDSS9qJDWRttxKwN55T3hncTcGof2vna-69HQahcSodVDaeslZXXk_XpHQ7i7PW2AGLJKaoiuEzHkoBT71JOf57ILvt3oqdC3MiQko3ZhY0UImwG78P88drtBdh_Lg0x6lc5nvgEsAVsCSDq0iG6XNdv_dPllWxhu5ydzT6LI5Tkrp23pq6O6NU_A3J5PaZ6Dg_AsZj8Lpc9hh92zoDjGzoBjt_cXwp_BwAA__9FC6JL">