ref: 2bb663c4e88ad3602a2402a039b18a30d7acf556 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 }