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