https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120871
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note clang rejects musttail here: ``` tail call requires that the return value, all parameters, and any temporaries created by the expression are trivially destructible ``` :)
