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