ref: 693647efbb86d842a9edc6e15c8d2420ff14b01c 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 }