Path: blob/master/test/expression/math/optimizer_SUB_negative_value.gravity
1214 views
#unittest {
name: "Expression with SUB, negative result.";
error: NONE;
result: -2;
};
func main() {
var a = 3 - 5;
return a;
}#unittest {
name: "Expression with SUB, negative result.";
error: NONE;
result: -2;
};
func main() {
var a = 3 - 5;
return a;
}