ref: 16fb3943b8f4d15b91b133f01678d04793d0d138 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 }