ref: 23f5bba1d64f994a83f644b07a852b303d3e9109 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 }