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