ref: 384034736722f2c2cde1465b9cc66097f2d71c94 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 }