ref: 8d8a5e1bba4fea988fe06c0d14c4b349ba434611 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 }