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