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