ref: 1c91b60dd309df7579a781e9ef3888cc6bd3484c 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 }