ref: 74a19268887ba997f0ebb65c0572f74f524db2e1 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 }