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