ref: 2b9c96053f0d6947452862d89217541b96492241 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 }