ref: b4c40054b5b378a7b1ab7b8090c586d0a86898c1 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 }