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