ref: 58f59a52b75a9bd3d1be9ae6f4532f5949e45896 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 }