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