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