ref: 112022b46043bd1e5f4aa458f94b3ce0a1706490 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 }