ref: 0781d54100ac448eda8cc9e39bd931d47b21988a 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 }