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