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