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