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