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