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