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

    <tr>
        <th>Summary</th>
        <td>
            [Clang] Universal character names and Assertion failure in Clang 16
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

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

    <tr>
      <th>Reporter</th>
      <td>
          hahn-absint
      </td>
    </tr>
</table>

<pre>
    With Clang 16 (since https://reviews.llvm.org/D130750), the following code causes an assertion failure, if clang is build with assertions ("works" if assertions are disabled). It used to work with Clang 15 (with and without assertions), so this seems to be a regression.

```
void test() {
  int \u0024;
}
```

Tested on Linux with `clang -E <file.c>`
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJxsklGPmzoQhX_N8DJKZAZDwgMPu8lGutJ9vFd9NngIbh175TFJ--8rINpuq0rICIY5cw7zGRF3Dcwd1K9Qnwsz5ymmbjJT2JleXMhFH-2P7ovLE568CVcsGwQ6igsD45Tzu0D1AnQBuiS-O37I3vv7bR_TFehyLit1qBVQC3TCPDGO0fv4cOGKQ7SMg5mFBU1AI8IpuxhwNM7PiZcON-KwTnWC_ey8xcfi5ONbWbwA0SOmbwJES8OnokmM1onpPVugdo__ZJyFLeaIS8um9sxVL1qbfNjmxDl_UnuGkIh5coLCfJNFqGc0mPiaWMTFsAd1BvXyPBv1vNbHe3QWM0teXbcIh9etgOhCRqhPs1KkoXq-hsP5rzrb-R9LZosx4L8uzN-3MNCo7Y_t3hCq0-g87weo3qBRhe0q21atKbgrm2OpD7Wu2mLqRlL92LCyvRn1sdajJTW01PbHUZMuj4XrSFGldKlLqlTV7g_aEjW2Gsq61kYb0IpvxvmP3RdOZOauobKqCm969rIyRhT4gWsRiBbkUrf07Pr5KqCVd5J_EVRkl_0K57ojqM_4f3B3TmI8DpNJZsicMJjbypDFlz8hQhc-uC3m5Lvfkb26PM39fog3oMsy9Xnbvaf4lYcMdFm9CtBlzfIzAAD__wDuAFQ">