Path: blob/master/test/expression/math/optimizer_!1.gravity
1214 views
#unittest {
name: "Unary expression with NOT operator on a INT.";
error: NONE;
result: false;
};
func main () {
var a = !1;
return a;
}#unittest {
name: "Unary expression with NOT operator on a INT.";
error: NONE;
result: false;
};
func main () {
var a = !1;
return a;
}