ref: 0d7d70e5b1a4b5c7ae618d6d04fb30848b18c08f 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 }