ref: 79428e454cf05c659a18b1928cae8d7ab96dd879 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 }