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