ref: 6538ea2c5b4daf1fc325144fbb0c9bc779ba3130 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 }