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