You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add inline(never) attribute to musttail test functions
This ensures the test remains robust against optimization passes
that might otherwise inline the functions and obscure the tail
call behavior we're testing.
0 commit comments