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