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