ref: 2cf47897e67a6d07d2b29c6afdac6275571ea57d 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 }