ref: 34aa8c1dd116b9148c469c992ee7f21d39d99c3c 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 }