ref: 336413341a83ffd0294b16e2debe1ec5132fa19b 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 }