ref: 3821901ac0c5ef909818d887ffe3d4565ecd469d 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 }