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