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