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