#unittest { name: "Expression with DIV operator."; error: NONE; result: 2; }; func main() { var a = 4 / 2; return a; }