ref: 48fc86fd6096fee22a81cbd92515ff42eccd8324 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 }