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