ref: 375f3f20f33f050b677c5f51394109ccac7abe74 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 }