#unittest { name: "Test neg optimization."; error: NONE; result: 2; }; func main() { var a = -1; var b = 3; return a + b; }