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