ref: 348a8d66a5282e2738bdc44f7c12ac8900d8e31e 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 }