ref: 8c7095cc5e7701e9e9f6f17d8dd60e32c2dc5bd0 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 }