ref: 75658ff682f476ca448dc4734a1b6da0c1c4132a 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 }