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