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