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