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