ref: 4d3579d9e03400cc44fca47638454207c86b9fd2 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 }