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