ref: 42196d6a834e992695c6d66119e57d9ceea83741 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 }