ref: 01be94abcf0a010b24bc7f7b177bf40c5c45b7f1 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 }