ref: 8804ceff06b5562451c8d44c639bb88dd6990d3b 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 }