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
Compiling this program crashes with an assertion failure in register-allocation. This might be seen as a duplicate of #828: if the compiler ensured that inline variables are gone before register-allocation, this program would be rejected early before the assertion failure can be triggered.
The following program does not make much sense but confuses a lot the compiler.
The text was updated successfully, but these errors were encountered: