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