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