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