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