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