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