#unittest { name: "Expression with SUB, negative result."; error: NONE; result: -2; }; func main() { var a = 3 - 5; return a; }