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