ref: f9c8f07de30e44dc51e82d8c8a83553ac36b92f6 dir: /test/overlappingif.myr/
const main = { var v var x v = 0xff if v & 0xff00 != 0 x = 1 elif v & 0xfff0 != 0 x = 2 elif v & 0xffff != 0 x = 3 ;; -> x }