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