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