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