ref: 42c82e8972ee89633b2f50fc807d0cec750dd12a 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 }