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