ref: 8bfbbffd15927f7cc92ec2cb4a1ea968a9f82cb3 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 }