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