https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111499
--- Comment #16 from maic <gnu.ojxq8 at dralias dot com> --- pls ignore my previous comment: While there is no provable UB in my godbolt repro, there is a plausible nullptr-deref, so I guess GCC is arguably right to complain about this. (The fix is to add the `[[noreturn]]` in the right place)
