ref: 95a76e16ded89189df3f85bfbaf5d40088e5cd97 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 }