ref: b0625d73a94310205e64d3b153ddb6844921b09f dir: /test/infermismatch.myr/
const main = { var a var b a = 1 b = 'a' a = b }