ref: 9f4f21259fad5de760c41507d362b8a0959148c9 dir: /test/declmismatch.myr/
use std /* should fail to compile with a type error. char is incompatible with int. */ const main = { var a : int var b : char a = b }