ref: 6880f73fd5b9578a804856ee907bf246bba2687d 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 }