ref: 32f5a7c900bcc3b83d410cdc052c574f32ec349d 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 }