ref: 762e7638bf6344ef81bdf95b5b9687542ed23f72 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 }