ref: 3a3ccd605eab52fec23689955b8f61398d739ad2 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 }