ref: 6c03e0312087a22b53c44369ac758c7d8ae155e4 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 }