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