ref: 4fac3196061c75f159d37bd8e7e51dc64f0dd5df 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 }