ref: 8e7e353e186fd97f86feef8307e04f2032129ada 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 }