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