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