ref: 5456cd41e88678aec8b594f6a1488d3f388d99ed 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 }