ref: 5131214c8ddbd9a4f3a4b6c9acef575985ff867d 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 }