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