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