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