ref: 6b0a400370a39fdb924cb9172ef2241f7fc2a096 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 }