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