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