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