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