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