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