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