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