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