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