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