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