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