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