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