3b7b962b
1 2 3 4 5 6 7
contract test { function f(int8 x) public pure { if (x == 1) {} if (1 == x) {} } } // ----