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