ref: 4457a03154b82d5e5e60a98b6ad5f217436c64b5 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 }