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