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