ref: 346c26a93cb79f89c3d0fb12d0a2d749956cebdb 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 }