ref: 78feb233b1899dd458a1f43965e842cdd6822346 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 }