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