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