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