ref: 189660551b3016a08369ecd4e411548c9115d53f 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 }