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