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