ref: 9ac1c506c10ebe2a7ce8eb51e30c36c533565572 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 }