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