ref: 38585ffa91d7b6e7b9e4f688e3f9fa84a48f1925 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 }