ref: 86ab9603ae87df4052e4b6a92b912683f7d5d7fe 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 }