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