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