ref: 14e71694588d2f1b28bbdb65ad3b54b411d72b47 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 }