ref: 10167ef255eae11cb40dc15024be7e322d35b320 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 }