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