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