ref: 6f4d243b545169886cfd4498386337ec37d18a1e 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 }