ref: 8f779f0802ffab46227e01c6ecd1a1187474d96f 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 }