ref: 10a3edcf0264c6e2b878a230f4a77f8954b67d0d 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 }