ref: 447e1f5a61eda13456c3fc9c562cd70012ab16d7 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 }