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