ref: 9014efa1621b6530c070ff55b26c7195910fe4ae 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 }