ref: 02b049f149999981a2993939750a0f3739fd4dce 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 }