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
There's a test case, but I don't remember why I decided to force the compilation error. I use cxgo for a pretty specific codebase, so I might have done it due to some issue there.
In any case, I agree that it should produce _ = a by default.
the following c code:
should produce:
instead, it produces:
which doesn't compile in go because the variable is evaluated but not used
The text was updated successfully, but these errors were encountered: