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