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