ref: 9d8c86eb077b22081a2abc1a8823907d1972bd88 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 }