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