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