ref: 25e411cf4abf1437c5e7bfebbe8e1190a921d2dd 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 }