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