ref: 899ff84cffa469cbeeaa6fc1e6e9a6294ea5e5cc 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 }