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