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