ref: 0deadc64c88ae25fbe1b28d603ec8416e45779eb 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 }