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