```c++ [[noreturn]] void throw_int() { throw int(); } void throw_int_wrapper() { [[clang::musttail]] return throw_int(); } ``` causes clang to crash: https://godbolt.org/z/vvPh9KGGn
causes clang to crash: https://godbolt.org/z/vvPh9KGGn