ref: 52e1e5f1b71f08e62aa60f7bc061554878cd48a0 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 }