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