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