ref: 21ead16ccde2a943abe68ef279c89dbff030cb87 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 }