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