ref: 12296450a3b10aae1df092c5f0a4d0891fe421e0 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 }