1 2 3 4 5 6 7 8 9 10 11
issue_267: { options = { comparisons: true }; input: { x = a % b / b * c * 2; x = a % b * 2 } expect: { x = a % b / b * c * 2; x = a % b * 2; } }