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