ref: 78792ee3796ef75c10ecc635c2962dba9eb58203 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 }