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