ref: fac62869f84de9faad47572fef07654391de2e81 dir: /test/declmismatch.myr/
/* should fail to compile with a type error. char is incompatible with int. */ const main = { var a : int var b : char a = b }