ref: 25be8b19d826b8faf73275e0294f661f1a4c32fe 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 }