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