ref: 4931139165780ca410fe5ab41cac6d1af0af059e 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 }