Dunno why I didn't try it earlier, but splitting it across lines like

y += 1;
y %= 2;
assert (y == 1);

works. So, bug, then?

Reply via email to