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