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