ref: 3bbe4ce2093413924189d6e8f0851a03524cf445 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 }