ref: 8cd117e55ac16cda7d40738cbd48fc8f92066da4 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 }