ref: 02f19e5b2e6a94199d6eb9a97417e1feb3b2d0aa 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 }