ref: 6e4bf0cdecce71d9a839c1e7f6a42409c2f9d961 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 }