ref: 5faf2153173e276745f14dca9a2c7a3b96027d1b 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 }