ref: 5538fd4100c6e911752105ab49176833a9c1e499 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 }