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