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