ref: 0b561ccda3352aa132a5809b73de295ff37bc979 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 }