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
compilation is successful. Note that it does not matter whether c is designated as comptime variable, it yields the same error. Same with assigning an expression to c which is dependent on @ptrToInt(&b).
The text was updated successfully, but these errors were encountered:
SpexGuy
added
bug
Observed behavior contradicts documented or intended behavior
stage1
The process of building from source via WebAssembly and the C backend.
labels
Mar 21, 2021
The following snippet fails to compile:
but if the temporary
c
is left out:compilation is successful. Note that it does not matter whether
c
is designated ascomptime
variable, it yields the same error. Same with assigning an expression toc
which is dependent on@ptrToInt(&b)
.The text was updated successfully, but these errors were encountered: