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