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