/* Test working precedence cases */ test1 : 5 + 3; test2 : -5; test3 : 5 * -3; test4 : (-5) + 3; ..out test1; ..out test2; ..out test3; ..out test4;