ref: 40d35cd1593d7da63ddfef94dad1ca3fcd68ff12 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 }