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