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