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