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