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