ref: 0226a1a631e50ac5ad042efc85cf5d5461f5b0f8 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 }