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