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