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