ref: 7d4e8b50cac2af2cce372bfbebc3addc752eab25 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 }