Closed santolucito closed 1 year ago
always guarantee { [z <- 3 * -7 ]; }
should we expect this to work?
at the moment we get
[z <- mult int3() -7 ];
Fixed in #45.
should we expect this to work?