ref: 56c70bd6049b8eb88c7b7ab3636d6c1761fa0008 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 }